home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / db3101.arj / DBQ.DOC < prev    next >
Text File  |  1993-10-04  |  5KB  |  150 lines

  1. ────────────────────────────────────────────────────────────────────────
  2.                                 DBq v1.00
  3.    a dBASE file Query / Message System, by Harvey Parisien 1:249/114
  4. ────────────────────────────────────────────────────────────────────────
  5.  
  6. ██ General usage....
  7.  
  8. The user enters a netmail message to the KEYWORD provided by your SysOp.
  9.  
  10. For example To: DBQ
  11.  
  12. Then, they enter a password on the Subject line if required.  This is
  13. currently unsupported, so the subject can be anything.
  14.  
  15. In the body of the message, there are 2 command types, FILE: and FIND: 
  16. which are used as follows:
  17.  
  18. FILE: database{.dbf}   [the extension is optional]
  19. FIND: search text      [this is not case sensitive]
  20.  
  21.  
  22. Once the user's query message is received, the system will send a message
  23. back to the user with the results.
  24.  
  25. Some other commands are:
  26.  
  27.   Alternate commands issued under the FIND: command type:
  28.  
  29.   .LS -or- .LIST STRUCTURE
  30.  
  31.         This returns a file structure for the database in FILE:
  32.  
  33.   .LF -or- .LIST FILES
  34.  
  35.         This returns a list of available database files.
  36.         For this command a FILE: entry is not required.
  37.  
  38.   .? -or- .HELP
  39.  
  40.         This returns a message containing this HELP text.
  41.         For this command a FILE: entry is not required.
  42.  
  43. ────────────────────────────────────────────────────────────────────────
  44.  
  45. ██ Files requried are...
  46.  
  47. DBQ.EXE  Main Executable file
  48. DBQ.CFG  Configuration file for DBQ.EXE
  49. DBQ.HLP  Help file for DBQ.EXE
  50. DBQ.DOC  Documentation file for DBQ.EXE
  51. DBQ.NOT  NOT allowed list - a list of databases to be masked from the user.
  52. H.EXE    Executable accessed by DBQ.  Can be run alone, see H.doc.
  53. H.DOC    Documentation file for H.EXE
  54.  
  55. ────────────────────────────────────────────────────────────────────────
  56.  
  57. ██ Details for the DBQ.CFG configuration file...
  58.  
  59. See/edit the DBQ.CFG file included.
  60.  
  61. The first 8 lines of this file are critical.  Other lines are not read
  62. by DBq.EXE.
  63.  
  64. Line 1 is the path of your database files (*.DBF files).
  65. Line 2 is the path of your *.MSG netmail message area.
  66. Line 3 is the path and filename of your log (leave blank to disable)
  67. Line 4 is the KEYWORD your users have to send their message to for queries.
  68. Line 5 is your fidonet address
  69. Line 6 is your systems origin name
  70. Line 7 is the path of your outbound mail
  71. Line 8 is the extension you want your outbound packets to have - see 
  72.        details below.
  73.  
  74. ────────────────────────────────────────────────────────────────────────
  75.  
  76. ██ Installation of DBQ...
  77.  
  78. Copy DBQ.EXE, DBQ.CFG, DBQ.HLP, DBQ.NOT and H.EXE to your BBS directory.
  79.  
  80. In your BBS control batch file, enter the command DBQ right after your
  81. commands to process inbound mail.
  82.  
  83. Here's a sample extraction from my BBS.BAT file...
  84.  
  85. :MAILin
  86. C:
  87. cd\max
  88. SQUISH IN OUT SQUASH LINK -fECHOTOSS.LOG
  89. msg2fax
  90. DBq
  91. GOTO BINKLOOP
  92.  
  93. ... msg2fax is another utility I wrote to send out passworded messages
  94. as faxes.  It too has to be run after mail processing.
  95.  
  96. Line 8 of your configuration file (dbq.cfg) is the extension you want
  97. your outbound packets to have.  This has been left user definable incase
  98. you want to fire mail into your inbound with an extension of PKT.  If
  99. you need to serve POINTS on your system, you should fire return messages
  100. into your inbound, and run your mail processor again right after DBq to
  101. process newly created messages by DBq. If you are not serving POINTS on
  102. your system, you should fire return messages right into your outbound,
  103. then you don't need to run your mail processor a second time.  If you
  104. want to keep the return netmail messages in your netmail database, then
  105. fire mail into your inbound and run the mail processor a second time.
  106. ────────────────────────────────────────────────────────────────────────
  107.  
  108. ██ Registration...
  109.  
  110. DBq is a copyrighted program.  It is distributed shareware.
  111.  
  112.                               DISTRIBUTION
  113.  
  114. Please feel free to distribute the original archive (or at least the
  115. contents intact) to your friends or clients.  This is how shareware is
  116. distributed.
  117.  
  118.                               LEGAL STUFF
  119.  
  120. DISCLAIMER - This program is provided as is.  You may use it at your own
  121. risk.  There is no warranty of any kind or any form covering this
  122. program.  The author may in no way be held liable for any damage of any
  123. form in connection or arising from the quality and/or use of this
  124. program and any associated files included with it.
  125.  
  126. PAYMENT -  Please send all license fees by mail to the address on
  127. the registration form.  The registration fee is $15.00us.
  128.  
  129.        Make all checks or International Money Orders payable to:
  130.  
  131.                             HARVEY PARISIEN
  132.  
  133.                 All payments to be made out in US Funds.
  134.  
  135.  
  136.                               M A I L  T O
  137.  
  138.                             Harvey Parisien
  139.                            Box 323 Station A
  140.                            Kingston, Ontario
  141.                              Canada K7M 6R2
  142.  
  143.  
  144.                               USER SUPPORT
  145.  
  146. Registered users can access the author Harvey Parisien directly for
  147. support at his netmail address of 1:249/114 any time.
  148.  
  149.                    Thank you for your support of DBq.
  150.